home *** CD-ROM | disk | FTP | other *** search
/ Hackers Matrix / Hacker's Matrix (nCite Software) (2003).iso / Data / hack0166.exe / RawPortTCP.exe / 0 / RCDATA / TSTATUS / TSTATUS.txt
Text File  |  1999-11-13  |  746b  |  36 lines

  1. object Status: TStatus
  2.   Left = 782
  3.   Top = 361
  4.   Width = 321
  5.   Height = 355
  6.   BorderStyle = bsSizeToolWin
  7.   Caption = 'Status'
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = False
  16.   Position = poDesktopCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object RE: TRichEdit
  20.     Left = 0
  21.     Top = 0
  22.     Width = 313
  23.     Height = 328
  24.     Align = alClient
  25.     Lines.Strings = (
  26.       'This is the status window.'
  27.       
  28.         'Here is where you will find detailed information on socket event' +
  29.         's.')
  30.     PlainText = True
  31.     ScrollBars = ssBoth
  32.     TabOrder = 0
  33.     WordWrap = False
  34.   end
  35. end
  36.